Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: pd.to_numeric does not copy _mask for ExtensionArrays #39049

Merged
merged 2 commits into from
Jan 9, 2021

Conversation

arw2019
Copy link
Member

@arw2019 arw2019 commented Jan 9, 2021

Fixing a bug I introduced in #38746

@arw2019 arw2019 added Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate NA - MaskedArrays Related to pd.NA and nullable extension arrays labels Jan 9, 2021
@arw2019 arw2019 closed this Jan 9, 2021
@arw2019 arw2019 reopened this Jan 9, 2021
@jreback jreback added this to the 1.3 milestone Jan 9, 2021
@jreback jreback merged commit c298a60 into pandas-dev:master Jan 9, 2021
@jreback
Copy link
Contributor

jreback commented Jan 9, 2021

thanks @arw2019

luckyvs1 pushed a commit to luckyvs1/pandas that referenced this pull request Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate NA - MaskedArrays Related to pd.NA and nullable extension arrays
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: pd.to_numeric does not copy _mask for ExtensionArrays
2 participants